| Package | Description |
|---|---|
| edu.claflin.finder |
Subgraph Finder - Used to find and locate subgraphs within a network.
|
| edu.claflin.finder.algo |
Contains the Algorithm code for finding bipartite subgraphs.
|
| edu.claflin.finder.logic |
Contains the data structure and processing code-base.
|
| edu.claflin.finder.logic.cond |
Contains Condition implementations for identifying subgraph types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GimmeClass |
| Modifier and Type | Field and Description |
|---|---|
(package private) GimmeListsListener |
Algorithm.listener |
| Modifier and Type | Field and Description |
|---|---|
(package private) GimmeListsListener |
CytogrouperMain.listener |
| Constructor and Description |
|---|
CytogrouperMain(java.util.List<Graph> subgraphs,
GimmeListsListener listener) |
| Modifier and Type | Field and Description |
|---|---|
(package private) GimmeListsListener |
BipartiteCondition.listener |
| Constructor and Description |
|---|
BipartiteCondition(GimmeListsListener listner) |